home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (UK) 86
/
PC_Format_September1998_Issue86.iso
/
Tech
/
DIRECTOR
/
data.z
/
Keyboard Lingo.dir
/
Scripts_32_Scene 3 Setup Handlers.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
196 b
|
10 lines
on enterFrame
global gKeyChannel
set gKeyChannel to 9
set the keyDownScript to "myKey03"
set the keyUpScript to "deadKey"
repeat with N = 9 to 14
puppetSprite(N, 1)
end repeat
end